


/*导航下拉菜单*/
#header{width:1120px;margin:0px;}
.nav{font-family: 'Microsoft Yahei';

	width: 1120px;
	height: 63px;
	
}
.yell:link{
	color:#FFFFFF;
	text-decoration: none;
	background-image: url(../skins/yj_free/images/cn1_08.jpg);
	background-repeat: repeat-x;
}
.yell:visited{		color:#FFFFFF;
	text-decoration: none;
	background-image: url(../skins/yj_free/images/cn1_08.jpg);
	background-repeat: repeat-x;
}
.yell:hover{		color:#FFFFFF;
	text-decoration: none;
	background-image: url(../skins/yj_free/images/cn1_08.jpg);
	background-repeat: repeat-x;
}
.nav li{font-family: 'Microsoft Yahei';
	position: relative;
	float: left;
}
.nav .bg{ height:63px; padding:0px; display:block;}
.nav li a{
	font-family: "Microsoft Yahei";
	line-height: 63px;
	padding:0px 38px;
	float:left;
	height:63px;
	color:#FFFFFF;
	font-size:15px;
	font-weight: normal;
	text-transform: uppercase;

}
.nav li a:hover {
	font-family: "Microsoft Yahei";
	color:#575757;
	font-size:15px;
	line-height: 63px;
	font-weight: normal;
	height: 63px;
	display:block;
	text-transform: uppercase;
		background-image: url(../skins/yj_free/images/cn1_08.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.nav li .nav-w {
	z-index:21;
	position: relative;
	display:none;
	float:left;
	clear:both;
	overflow:hidden;
	left:0px;
	color: #FFFFFF;
	background-color: #D9F2FF;
}
.nav li:hover a{
	font-family: "Microsoft Yahei";
	color:#FFFFFF;
	background-color: #F06C01;
}
.nav li .section-nav1{ padding:0px; height:auto; overflow: hidden;}
.nav li .section-nav1 ul {
	position:static;
	padding:0px;
	margin:0px;
	width:156px;
	overflow:hidden;
}
.nav li .section-nav1 ul li {
	position:static;
	padding:0px;

	width:100%;
	background:none;
	float:left;
	line-height: 36px;
}
.nav li .section-nav1 ul li a {
	text-align:center;
	line-height:40px;
	width:auto;
	padding-left:0px;
	display:block;
	float:none;
	height:40px;
	color:#FFFFFF;
	font-size:12px;
	overflow:hidden;
	cursor:pointer;
	background-color: #4A4A4A;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-transform: capitalize;
}
.nav li .section-nav1 ul li a:hover {
	color: #FFFFFF;
	background-color: #F06C01;
	background-image: none;
	line-height:40px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
}
/*导航下拉菜单*/